home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / config / msdos / _g_confi.h next >
Encoding:
Text File  |  1995-01-18  |  2.2 KB  |  75 lines

  1. *** orig/libgplus.262/config/msdos/_g_confi.h    Sun Dec 18 18:21:42 1994
  2. --- src/libgplus.262/config/msdos/_g_confi.h    Sun Dec 18 18:22:22 1994
  3. ***************
  4. *** 0 ****
  5. --- 1,69 ----
  6. + /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ 
  7. + #ifndef _G_config_h
  8. + #define _G_config_h
  9. + #define _G_LIB_VERSION "0.67"
  10. + #define _G_NAMES_HAVE_UNDERSCORE 1
  11. + #define _G_VTABLE_LABEL_HAS_LENGTH 1
  12. + #define _G_VTABLE_LABEL_PREFIX "__vt$"
  13. + #define _G_HAVE_ST_BLKSIZE 1
  14. + typedef int /* default */ _G_clock_t;
  15. + typedef long _G_dev_t;
  16. + typedef long _G_fpos_t;
  17. + typedef int /* default */ _G_gid_t;
  18. + typedef short _G_ino_t;
  19. + typedef int /* default */ _G_mode_t;
  20. + typedef int /* default */ _G_nlink_t;
  21. + typedef long _G_off_t;
  22. + typedef int _G_pid_t;
  23. + #ifndef __PTRDIFF_TYPE__
  24. + #define __PTRDIFF_TYPE__ long int
  25. + #endif
  26. + typedef __PTRDIFF_TYPE__ _G_ptrdiff_t;
  27. + typedef int _G_sigset_t;
  28. + #ifndef __SIZE_TYPE__
  29. + #define __SIZE_TYPE__ long unsigned int
  30. + #endif
  31. + typedef __SIZE_TYPE__ _G_size_t;
  32. + typedef unsigned long _G_time_t;
  33. + typedef int /* default */ _G_uid_t;
  34. + #ifndef __WCHAR_TYPE__
  35. + #define __WCHAR_TYPE__ int
  36. + #endif
  37. + typedef __WCHAR_TYPE__ _G_wchar_t;
  38. + typedef int /* default */ _G_ssize_t;
  39. + typedef int _G_wint_t;
  40. + #define _G_NEED_STDARG_H
  41. + #define _G_va_list va_list
  42. + #define _G_signal_return_type void
  43. + #define _G_sprintf_return_type int
  44. + #ifdef __STDC__
  45. + typedef signed char _G_int8_t;
  46. + #endif
  47. + typedef unsigned char _G_uint8_t;
  48. + typedef short _G_int16_t;
  49. + typedef unsigned short _G_uint16_t;
  50. + typedef long _G_int32_t;
  51. + typedef unsigned long _G_uint32_t;
  52. + #define _G_BUFSIZ 4096
  53. + #define _G_FOPEN_MAX 256
  54. + #define _G_FILENAME_MAX 160
  55. + #define _G_NULL 0 /* default */
  56. + #if defined (__cplusplus) || defined (__STDC__)
  57. + #define _G_ARGS(ARGLIST) ARGLIST
  58. + #else
  59. + #define _G_ARGS(ARGLIST) ()
  60. + #endif
  61. + #if defined (__GNUG__) && defined (__STRICT_ANSI__)
  62. + #define _G_NO_NRV
  63. + #endif
  64. + #define _G_HAVE_ATEXIT 1
  65. + #define _G_HAVE_SYS_RESOURCE 1
  66. + #define _G_HAVE_SYS_SOCKET 0
  67. + #define _G_HAVE_SYS_WAIT 1
  68. + #define _G_HAVE_UNISTD 1
  69. + #define _G_HAVE_DIRENT 1
  70. + #define _G_HAVE_CURSES 0
  71. + #define _G_MATH_H_INLINES 0
  72. + #define _G_HAVE_BOOL 1
  73. + #endif /* !_G_config_h */
  74.